func text/template/parse.isAlphaNumeric
5 uses
text/template/parse (current package)
lex.go#L409: case isAlphaNumeric(r):
lex.go#L460: case isAlphaNumeric(r):
lex.go#L519: if !isAlphaNumeric(r) {
lex.go#L624: if isAlphaNumeric(l.peek()) {
lex.go#L672: func isAlphaNumeric(r rune) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)